This patch
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Thu, 4 May 2006 10:22:19 +0000 (11:22 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Thu, 4 May 2006 10:22:19 +0000 (11:22 +0100)
commit55723b70ac51b1f3230793068dd2371dda820bb8
treea169ccef4405954000fd5e140a7c975cd74ba2a0
parentf5ca520dc44bf770d413a2203e911ca647d87f43
This patch
- moves the TPM frontend completely into the char/tpm directory where it
is a plug-in to the generic TPM driver
- removes a now obsolete include file
- adapts part of the documentation
- fixes some locking problems where copy_to/from_user was called with
IRQs blocked

Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
12 files changed:
docs/misc/vtpm.txt
linux-2.6-xen-sparse/drivers/char/tpm/Kconfig
linux-2.6-xen-sparse/drivers/char/tpm/Makefile
linux-2.6-xen-sparse/drivers/char/tpm/tpm_vtpm.c [new file with mode: 0644]
linux-2.6-xen-sparse/drivers/char/tpm/tpm_vtpm.h [new file with mode: 0644]
linux-2.6-xen-sparse/drivers/char/tpm/tpm_xen.c
linux-2.6-xen-sparse/drivers/xen/Kconfig
linux-2.6-xen-sparse/drivers/xen/Makefile
linux-2.6-xen-sparse/drivers/xen/tpmfront/Makefile [deleted file]
linux-2.6-xen-sparse/drivers/xen/tpmfront/tpmfront.c [deleted file]
linux-2.6-xen-sparse/drivers/xen/tpmfront/tpmfront.h [deleted file]
linux-2.6-xen-sparse/include/xen/tpmfe.h [deleted file]